BASIC programming language - traducción al Inglés
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

BASIC programming language - traducción al Inglés

PROGRAMMING LANGUAGE FOR BEGINNERS, MAINLY USING FAMILIAR ENGLISH WORDS OR ABBREVIATIONS OF THEM
ROM BASIC programming language; BASIC language; BASAIC programming language; Basic programming language; BASIC (programming language); Basic computer language; GOSUB; Compiled BASIC; BASIC programming language; Basic (computer language); B.A.S.I.C.; Basic (language); Beginner's All-purpose Symbolic Instruction Code; Beginner's All Purpose Symbolic Instruction Code; Beginners All-purpose Symbolic Instruction Code; Beginners All Purpose Symbolic Instruction Code; ANSI BASIC; Structured BASIC; Beginner's All-Purpose Symbolic; Beginners All-Purpose Symbolic; Beginner All-Purpose Symbolic; Beginners' All-Purpose Symbolic; Beginner's All-Purpose Symbolic Instruction Code; Beginners All-Purpose Symbolic Instruction Code; Beginner All-Purpose Symbolic Instruction Code; Beginners' All-Purpose Symbolic Instruction Code; Beginner All Purpose Symbolic Instruction Code; Beginners' All Purpose Symbolic Instruction Code; X3J2; Unstructured BASIC; Basic (programming language); ECMA-55; .bas
  • A simple game implemented in BASIC
  • [[Commodore BASIC]] v2.0 on the [[Commodore 64]]
  • The HP 2000 system was designed to run time-shared BASIC as its primary task.
  • [[IBM Cassette BASIC]] 1.10
  • [[MSX BASIC]] version 3.0
  • Famicom]].
  • "Train Basic every day!"—reads a poster (bottom center) in a Russian school (c. 1985–1986)
  • Mono]] Basic, [[OpenOffice.org Basic]] and [[Gambas]]

BASIC programming language         
Lingua di programmazione BASIC
programming language         
  • A small selection of programming language textbooks
  • Python code]] with inset tokenization
  • Python]].
LANGUAGE FOR COMMUNICATING INSTRUCTIONS TO A MACHINE
ProgrammingLanguages; ProgrammingLanguage; Computer programming language; Programming languages; Programming Languages; Typed and untyped languages; Programming Language; Dialect (computing); Pattern directed invocation programming language; Programming language design; Dialecting; Computer-oriented language; Untyped language; Programming language dialect; Static semantics; Execution semantics; Proprietary programming language; Proprietary scripting language; Proglang; Research programming language; Untyped programming language
linguaggio di programmazione
low-level language         
  • Front panel of a PDP-8/E minicomputer. The row of switches at the bottom can be used to toggle in a machine language program.
PROGRAMMING LANGUAGES SIMILAR TO INSTRUCTION SETS
Low-level language; Low level programming language; Low level language; Low-level programming; Low-level (computing); Low-level programming languages; Low level programing language; Low level programming; Lower level language
linguaggio di livello inferiore

Definición

programming language
<language> A formal language in which computer programs are written. The definition of a particular language consists of both syntax (how the various symbols of the language may be combined) and semantics (the meaning of the language constructs). Languages are classified as low level if they are close to machine code and high level if each language statement corresponds to many machine code instructions (though this could also apply to a low level language with extensive use of macros, in which case it would be debatable whether it still counted as low level). A roughly parallel classification is the description as first generation language through to fifth generation language. The other major classification of languages distinguishes between imperative languages, procedural language and declarative languages. {Programming languages time-line/family tree (http://levenez.com/lang/history.html)}. (2004-05-17)

Wikipedia

BASIC

BASIC (Beginners' All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages designed for ease of use. The original version was created by John G. Kemeny and Thomas E. Kurtz at Dartmouth College in 1963. They wanted to enable students in non-scientific fields to use computers. At the time, nearly all computers required writing custom software, which only scientists and mathematicians tended to learn.

In addition to the program language, Kemeny and Kurtz developed the Dartmouth Time Sharing System (DTSS), which allowed multiple users to edit and run BASIC programs simultaneously on remote terminals. This general model became very popular on minicomputer systems like the PDP-11 and Data General Nova in the late 1960s and early 1970s. Hewlett-Packard produced an entire computer line for this method of operation, introducing the HP2000 series in the late 1960s and continuing sales into the 1980s. Many early video games trace their history to one of these versions of BASIC.

The emergence of microcomputers in the mid-1970s led to the development of multiple BASIC dialects, including Microsoft BASIC in 1975. Due to the tiny main memory available on these machines, often 4 KB, a variety of Tiny BASIC dialects were also created. BASIC was available for almost any system of the era, and became the de facto programming language for home computer systems that emerged in the late 1970s. These PCs almost always had a BASIC interpreter installed by default, often in the machine's firmware or sometimes on a ROM cartridge.

BASIC declined in popularity in the 1990s, as more powerful microcomputers came to market and programming languages with advanced features (such as Pascal and C) became tenable on such computers. In 1991, Microsoft released Visual Basic, combining an updated version of BASIC with a visual forms builder. This reignited use of the language and "VB" remains a major programming language in the forms of VB.NET.